Skip to content

krebznet/genesis-stream-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# query schema for seacrh api
query {
  search {
    id
    timestamp
    name
    vars {
      id
      value {
        ... on FloatType {
          floatValue
        }
        ... on IntegerType {
          integerValue
        }
        ... on StringType {
          stringValue
        }
        ... on BoolType {
          boolValue
        }
      }
    }
  }
}

About

Genesis Stream GraphQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published