R/suso_gql_components.R

# Support functions, which are not exported

# Query block for calender event
calenderEvent<-'
  calendarEvent {
                 creatorUserId
                 interviewId
                 interviewKey
                 isCompleted
                 publicKey
                 startTimezone
                 startUtc
                 updateDateUtc
               }
  '
# query block for options
options<- '
  options {
          parentValue
          title
          value
        }
  '

# query block for entity
entity<- sprintf('
                   entity {
                            identifying
                            label
                            questionText
                            variable
                            variableType
                            scope
                            type
                            %s
                          }

                   ', options)

Try the susographql package in your browser

Any scripts or data that you put into this service are public.

susographql documentation built on May 29, 2024, 7 a.m.